powered by
Utility functions
# S3 method for sfc_sequence [(x, i)# S3 method for sfc_sequence [(x, i) <- value# S3 method for sfc_sequence length(x)# S3 method for sfc_sequence c(...)
# S3 method for sfc_sequence [(x, i) <- value
# S3 method for sfc_sequence length(x)
# S3 method for sfc_sequence c(...)
length.sfc_sequence() returns an integer scalar.
length.sfc_sequence()
c.sfc_sequence() returns an sfc_sequence object.
c.sfc_sequence()
sfc_sequence
An sfc_sequence object.
Numeric index.
A list of sfc_sequence objects or other arguments.
For efficiency, c.sfc_sequence() does not check whether the input sfc_sequence objects are compatible.
p = sfc_sequence("ABCDEFGH") p p[1:4] p[1:4] = p[8:5] p length(p) c(p, p)
Run the code above in your browser using DataLab